compiler base meaning in English
编译程序库
Examples
- The base class returns the default compiler based on the application configuration file
基类根据应用程序配置文件返回默认编译器。 - Then the thesis presents two peephole optimizations for the c 、 c + + compiler based on the architecture of thump to improve the quality of generated codes . one optimization is on multimedia applications . since thump supports two mmx instructions , the optimized compiler can generate these instructions to improve the performance
论文讨论了如何利用thump体系结构的特点进一步提高目标代码生成质量的优化技术,并实现了两种窥孔优化,包括针对thump的多媒体指令的优化算法和基于thump的高速乘除处理部件的优化算法。 - Firstly the thesis introduces the frame and design of the c 、 c + + compiler , and discusses the implementation of the compiler based on gcc , which is a retargetable compiler . the implementation considers the architecture of thump , including the delay slots , the instruction interlock , macro expansion , and libraries for soft - float . and addresses the process developing the cross compiler and native compiler for thump
论文介绍了thump的c 、 c + +编译器的总体结构以及设计方案,并详细阐述了利用可重定向编译器gcc实现thump的c 、 c + +编译器的方法和过程,包括延迟槽修改、指令互锁的实现、宏指令展开以及软件浮点库的生成等,并实现了thump的交叉编译器和本地编译器。